ComponentOne Xamarin.Android
SortAsync Method (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : SortAsync Method
The sort descriptions that determine how the data will be sort.
Sorts the collection view according to the specified sort descriptions.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1WrapCollectionView`2/d__39)> 
Public Overridable Function SortAsync( _ 
   ByVal ParamArray sortDescriptions() As SortDescription _ 
) As Task
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim sortDescriptions() As SortDescription
Dim value As Task
 
value = instance.SortAsync(sortDescriptions)
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2/d__39)] 
public virtual Task SortAsync( 
   params SortDescription[] sortDescriptions 
)

Parameters

sortDescriptions
The sort descriptions that determine how the data will be sort.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members